
        *{
    box-sizing:border-box;
}

          
          

body{
    font-family:'Raleway',arial, sans-serif;
}
        
header{
    position:fixed;
    top:0;
    left:0;
    height:96px;
    right:0;
    z-index:1;
    background-color:#ffffff;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(12,226,133,0.97); 
    box-shadow: 0px 2px 3px -1px rgba(12,226,133,0.97);
}   

footer{
    background-color:red;
    position:fixed;
    bottom:0;
    left:0;
    height:64px;
    right:0;
    z-index:1;
    background-color:#ffffff;
    border-color:#e5e5e5;
    border-style:solid;
    border-width:1px 0 0 0;
}   

.headerInner{
   max-width:1200px;
   margin-left:auto;
   margin-right:auto;
   position:relative;
   display:flex;
   justify-content:space-around;
}

.bodyWrapper{
    margin-top:112px;
    margin-bottom:80px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left:12px;
    padding-right:12px;
}


.site-logo{
    background-image:url("/media/w1gjqphe/akna-icon.png");
    background-repeat:no-repeat;
    height:90px;
    width:60px;
    background-size:60px 90px;
    position:absolute;
    top:0;
    left:8px;
}

.strapline{
    text-align:center;
    margin-left:72px;
    margin-right:72px;
    
}

.strapline h1{
    font-family:'Rammetto One',arial,sans-serif;
    color:#0ce285;
    font-size:3em;
    line-height:1.2em;
    margin-top:0.05em;
    margin-bottom:0.05em;
}

.strapline h2{
    color:#e20c69;
    font-size:0.9em;
    margin-top:0.05em;
    margin-bottom:0.05em;
}

input{
    padding:6px;    
    font-weight:14px;
}   

#wsTestMsg{
    margin-top:12px;
    margin-bottom:12px;
    background-color:lightblue;
    border:1px solid #202020;
    min-height:40px;
    font-weight:bold;
    font-size:24px;
    padding:4px;
}  

.btn{
    margin-top:12px;
    margin-bottom:12px;
    display:inline-block;
    cursor:pointer;
    background-color:#e5e5e5;
    padding:6px;
    font-weight:bold;
    border-style:solid;
    border-color:#888888;
    border-radius:4px;
    border-width:0 1px 1px 0 ;
}  

.btn:active{
    border-width:1px 0 0 1px;
}


   
   
   
        